projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80954ee
)
(ospeed): Always use `extern' in the declaration.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Jun 1997 22:03:41 +0000
(22:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Jun 1997 22:03:41 +0000
(22:03 +0000)
src/cm.h
patch
|
blob
|
history
diff --git
a/src/cm.h
b/src/cm.h
index 336a3308fd8677744b3bc8aee4c273cbd2baab57..652b61eb216b45bfcc310fbc7d91ccf21b6af460 100644
(file)
--- a/
src/cm.h
+++ b/
src/cm.h
@@
-103,7
+103,7
@@
extern char PC; /* Pad character */
#ifdef HAVE_TERMIOS_H
#include <termios.h>
/* HJL's version of libc is said to need this on the Alpha. */
-speed_t ospeed;
+
extern
speed_t ospeed;
#else
extern short ospeed; /* Output speed (from sg_ospeed) */
#endif